﻿@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right
}

img {
	width: 100%;
	vertical-align: middle;

}
.footeryd{
	display: none;
  }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 6%;
}

#gHeader .logo img {
	width: auto;
	margin-top: 11px
}

#gHeader .ss {
	line-height: 100px;
	border-left: 1px solid rgba(85, 121, 91, .1);
	width: 13%;
	text-align: right;
	position: relative;

}

#gHeader .ss input[type="text"] {
	width: 90%;
	line-height: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #dedede;
	padding: 0 36px 0 6px;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	
}

#gHeader .ss .submi {
	width: 30px;
	height: 30px;
	background: url(../images/ss1.png) no-repeat center;
	background-size: 24px;
	position: absolute;
	padding: 0;
	right: 4px;
	top: 35px;
	border: none;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}

#gNavi li {
	width: 12.5%;
	text-align: center;
	float: left;
}

#gNavi li>a {
	line-height: 100px;
	display: block;
	font-size: 17px;
	font-family: "思源黑体 CN";
	position: relative;


}
#gNavi li>a:before {
	content:"";
	position:absolute;
	left: 36%;
	right: 36%;
	height: 3px;
	background: #fff;
	bottom: 22px;
	border-radius: 2px;
	display: none;
}
#gNavi li>a:hover{
	color: #fff;
	background: #0b81de;
}
#gNavi li.on>a {
	color: #fff;
	background: #0b81de;
}

#gNavi li.on>a:before {
	display: block;
}
#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	padding: 10px 0;
	z-index: 100;
	background: #fff;
	border-top: 1px solid #efefef;
	display: none;
}

#gNavi li .drop a {
	display: inline-block;
	padding: 10px 20px;
	background: #ededed;
	color: #555;
	font-size: 15px;
	margin: 10px;
	border-radius: 5px;
}

#gNavi li .drop a:hover, #gNavi li .drop a.on {
	background: #0b81de;
	color: #fff;
}

.container {
	width: 86%;
	margin: 0 auto;
	box-sizing: border-box;

}

.sec .title {
	padding: 40px 0 20px;
	position: relative;
	text-align: center;
}

.sec .title span {
	display: block;
	width: 60px;
	height: 6px;
	margin: 0 auto 8px;
	border-radius: 3px;
	background: linear-gradient(to left, #0b81de, #5ec56d);
}

.sec .title h2 {
	font-size: 36px;
	margin: 10px 0;
	position: relative;
	display: inline-block;
}

.sec .title h2:before {
	content: "";
	position: absolute;
	left: -220px;
	top: 50%;
	transform: translateY(-50%);
	width: 204px;
	height: 27px;
	background: url(../images/titleleft.png) no-repeat left center;
	background-size: cover;
}

.sec .title h2:after {
	content: "";
	position: absolute;
	right: -220px;
	top: 50%;
	transform: translateY(-50%);
	width: 204px;
	height: 27px;
	background: url(../images/titleright.png) no-repeat left center;
	background-size: cover;
}

.sec .title p {
	font-size: 15px;
	color: #666
}

.sec .more a {
	display: block;
	width: 160px;
	line-height: 46px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	border-radius: 25px;
	background: #0b81de;
	box-shadow: 0 0 10px rgba(85, 121, 91, .4);
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 20px;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
}

#gFooter .nav {
	margin-bottom: 40px;
	overflow: hidden;
}

#gFooter .nav a {
	display: block;
	width: 10%;
	float: left;
	text-align: center;
	font-size: 16px;
	border-right: 1px dashed #fff;
	box-sizing: border-box;
	line-height: 15px;
}

#gFooter .nav a:last-child {
	border-right: none;
}

#gFooter .box1 {
	width: 40%
}

#gFooter dt {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}

#gFooter dd {
	overflow: hidden;
}

#gFooter dd a {
	display: block;
	width: 33.33%;
	float: left;
	line-height: 34px;
}

#gFooter a {
	color: #fff;
}

#gFooter .box2 {
	width: 30%;
}

#gFooter .box2 dd {
	line-height: 34px;
}

#gFooter .ewm {
	width: 30%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 60px;
}

#gFooter .ewm .img {
	display: inline-block;
	width: 48%;
}

#gFooter .ewm p {
	font-size: 14px;
	margin-top: 8px;
}

#gFooter .ewm img {
	max-width: 140px;
}

#gFooter .power {
	border-top: 1px solid #f3f3f3;
	padding-top: 20px;
	margin-top: 40px;
	text-align: center;
}

.fLink {
	margin-top:0px;
}

.fLink h3 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}

.fLink a {
	display: inline-block;
	color: #fff;
	padding: 0 8px;
	line-height: 20px;
}

.sp {
	display: none !important;
}

.fixed {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: none;
}
.fixed li {
	color: #fff;
	position: relative;
	margin-top: 20px;
}
.fixed li span {
	background: #0b81de;
	display: block;
	width: 60px;
	line-height: 60px;
	border-radius: 3px 0 0 3px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.fixed li span img {
	width: 36px;
}
.fixed li.li .tex {
	width: 200px;
	z-index: 99;
	position: absolute;
	right: 260px;
	top: 0;
	line-height: 60px;
	font-size: 18px;
	background: #0b81de;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.2);
	transform: translateX(200px);
	transition: 0.3s;
}

.fixed li.li .tex a {
    color:#fff;
}
.fixed li.li .tex img {
	width: 80%;
	margin: 20px 0;
}
.fixed li.li:hover .tex {
	transform: translateX(470px);
}
.fixed li:hover span {
	border-radius: 0;
}
.fixed li.return {
	cursor: pointer;
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gFooter {
		font-size: 14px;
	}

	#gFooter dt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#gFooter .box1 {
		width: 40%;
	}

	#gFooter .ewm {
		width: 25%;
		padding: 0 20px;
	}

	#gFooter .ewm .img img {
		width: 80%;
	}

	#gFooter .box2 {
		width: 35%;
	}

	.fLink h3 {
		font-size: 18px;
	}

	#gFooter .power {
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader {
		padding: 0 4%;
	}

	#gHeader .logo img {
		width: 240px;
		margin-top: 17px;
	}

	#gNavi {
		width: 64%;
	}

	.sec .title {
		padding: 25px 0 16px;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	#gFooter .container {
		width: 90%;
	}


	#gFooter .ewm {
		width: 28%;
	}

	#gFooter .box2 {
		width: 32%;
	}
}


@media all and (min-width: 1024px) and (max-width: 1400px) {
	.container {
		width: 90%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	#gFooter {
		font-size: 13px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	#gHeader {
		padding: 0 2%;
	}

	.container {
		width: 96%;
	}

	#gHeader .ss {
		width: 16%;
	}

	#gNavi {
		width: 58%;
	}

	#gNavi li>a {
		font-size: 15px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.footeryd{background-color:rgba(11,129,222,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
	.footeryd{display: block;}
	.footeryd{width:370px !important; left:50%;margin-left:-184px;}
	.footeryd a{float: left;width:33.33%;text-align: center;}
	.footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
	.footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit
	}

	#gHeader {
		padding: 8px 12px;
	}

	#gHeader .logo img {
		width: 200px;
		margin-top: 0px
	}

	#gHeader .sbtn {
		width: 30px;
		position: absolute;
		right: 60px;
		top: 24px;
		z-index: 100;
	}

	#gHeader .ss {
		line-height: inherit;
		border-left: none;
		width: 100%;
		text-align: left;
		padding: 30px 20px;
		display: none;
		box-sizing: border-box;
	}

	#gHeader .ss input[type="text"] {
		width: 100%;
		line-height: 36px;
		height: 36px;
		background: #fff;
		padding: 0 36px 0 6px;
		border-radius: 5px;
	}

	#gHeader .ss .submi {
		right: 24px;
		top: 32px;
	}

	#gHeader .menu {
		width: 34px;
		height: 34px;
		position: absolute;
		right: 12px;
		top: 18px;
		background: url(../images/menu.png) no-repeat center;
		background-size: 34px;
	}

	#gHeader .menu.on {
		background: url(../images/close.png) no-repeat center;
		background-size: 30px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		padding: 20px 0;
		z-index: 990;
		background: #fff;
		border-top: 1px solid #efefef;
		display: none;
	}

	#gNavi li {
		width: 100%;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
		float: inherit;
	}

	#gNavi li>a {
		line-height: 50px;
		padding: 0 20px 0 10px;
		font-size: 16px;
		border-bottom: 1px dashed #eaeaea;
		position: relative;
	}

	#gNavi li>a:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		right: 10px;
		top: 15px;
		background: url(../images/icon17.png) no-repeat center;
		background-size: 20px;
	}#gNavi li.on>a:before {
		display: none;
	}

	#gNavi li.on>a {
		color: #fff;
		background: #0b81de;
		border-color: #0b81de;
	}

	#gNavi li.on>a:after {
		background: url(../images/icon19.png) no-repeat center;
		background-size: 20px;
	}

	#gNavi li:nth-child(2).on>a:after, #gNavi li:nth-child(6).on>a:after {
		background: url(../images/icon18.png) no-repeat center;
		background-size: 20px;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 10px 0;
		z-index: 100;
		overflow: hidden;
	}

	#gNavi li.on .drop {
		display: block;
	}

	#gNavi li .drop a {
		display: block;
		float: left;
		width: 48%;
		margin: 8px 1%;
		padding: 0;
		text-align: center;
		line-height: 40px;
	}

	#gNavi li .drop a:hover, #gNavi li .drop a.on {
		background: #0b81de;
		color: #fff;
	}

	.container {
		width: 100%;
		padding: 0 10px;

	}

	.sec .title {
		padding: 24px 0 15px;
		overflow: hidden;
	}

	.sec .title span {
		width: 53px;
		height: 5px;
	}

	.sec .title h2 {
		font-size: 26px;
		margin: 8px 0;
	}

	.sec .title h2:before {
		left: -190px;
		width: 180px;
		height: 22px;
	}

	.sec .title h2:after {
		right: -190px;
		width: 180px;
		height: 22px;
	}

	.sec .title p {
		font-size: 13px;
	}

	.sec .more a {
		width: 130px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 17px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 40px 0px 20px;
		font-size: 13px;
		margin-top: 20px;
	}

	#gFooter .nav {
		margin-bottom: 20px;
	}

	#gFooter .nav a {
		margin-bottom: 12px;
		width: 20%;
		font-size: 14px;
	}

	#gFooter .nav a:nth-child(5n) {
		border-right: none;
	}

	#gFooter .box1 {
		width: 100%
	}

	#gFooter dt {
		font-size: 17px;
		margin-bottom: 12px;
	}

	#gFooter .box2 {
		width: 100%;
	}


	#gFooter .ewm {
		width: 100%;
		padding: 0px;
		margin: 20px 0;
	}

	#gFooter .ewm img {
		max-width: 130px;
	}

	#gFooter .power {
		padding-top: 10px;
		margin-top: 20px;
	}

	.fLink {
		margin-top: 20px;
	}

	.fLink h3 {
		font-size: 17px;
	}



}